- attach
void attach(Shader shader, bool linkCall)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
- detach
void detach(Shader shader)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAttribute
uint getAttribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUniform
uint getUniform(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniform
void uniform(string name, mat2 value, bool transpose)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniform
void uniform(string name, mat3 value, bool transpose)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniform
void uniform(string name, mat4 value, bool transpose)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniform
void uniform(string name, vec2 value)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniform
void uniform(string name, vec3 value)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniform
void uniform(string name, vec4 value)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniform
void uniform(string name, float[2] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniform
void uniform(string name, float[4] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniform
void uniform(string name, bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniform
void uniform(string name, int[2] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniform
void uniform(string name, int[4] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniform
void uniform(string name, int value)
Undocumented in source. Be warned that the author may not have intended to support it.